C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / HasCachedDocument Method / HasCachedDocument(String,String,ReportParameterValue[]) Method
Report or document file name.
Report name.
Report parameters or null.

In This Topic
HasCachedDocument(String,String,ReportParameterValue[]) Method
In This Topic
Checks whether a previously cached report or document is available.
Syntax
'Declaration
 
Overloads Function HasCachedDocument( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String, _
   ByVal paramValues() As ReportParameterValue _
) As System.Boolean
 

Parameters

fileName
Report or document file name.
reportName
Report name.
paramValues
Report parameters or null.

Return Value

true if a cached report or document is available, false otherwise.
See Also